
/*
@media (min-width: 1024px){
    body{font-size: 18px}
} 
** >=1024的设备
*/

@media (min-width: 1100px) {
    
} /*>=1024的设备*/

/*
@media (min-width: 1280px) {
    body{
        font-size: 22px;
        min-width: 1170px;
        height: 100% !important;
        background-image: url('../../../images/230110/pc/1280800.png');
        background-position: center top;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-color: #464646
    }
    section.nav {
        position:absolute;
        bottom:8%;
        min-width: 1170px;
    }
    div.navbar {
        height: 80px;
        border-radius: 40px;
        background-color: rgba(0,0,0,0.3);
        
    }
    
    div.navbar ul {
        padding: 5px;
        text-align: center;
    }
    div.navbar li,div.navbar li:hover {
        display: inline-block;
        padding: 0 27px;
        text-align: center;
        line-height: 70px;
        font-size: 20px;
    }
    div.navbar li:hover {
        background-color: rgba(228,190,92);
        border-radius: 35px;
        color: #000;
    }
    div.navbar li a {
        color: #FFF;
    }
}
    
@media (min-width: 1366px) {
    
    body{font-size: 24px;}
}
    
@media (min-width: 1440px) {
    body{font-size: 25px !important;}
}
 */
@media (min-width: 1280px) {
    body {
        font-size: 33px;
        min-width: 1170px;
        height: 100% !important;
        background-image: url('../../../images/230110/pc/1280_800.jpg');
        //background-size:100%;
        background-position: center top;
        background-repeat: no-repeat;
        //background-attachment: fixed;
        //background-size: cover;
        background-color: #464646
    }
    #header {
        font-size: 20px;
        //background-color: rgba(000, 000, 000, 0.5);
        width: 75rem;
        height: 9.2rem;
        margin: 0 auto;
    }
    div.h_left,div.h_right {
        width: 80%;
        height: auto;
        overflow: hidden;
        float: left;
    }
    div.h_right {
        width: 20%;
    }
    img.h_smallpic {
        display: block;
        margin-top: 3rem;
        margin-right: 0.8rem;
        width: 40px;
        height: 40px;
        float: right;
    }
    #header img.logo{
        display: block;
        margin-top: 1rem;
        width: 470px;
        height: 85px;
        float: left;
    }
    #footer {
        font-size: 20px;
        background-color: rgba(000, 000, 000, 0.5);
        width: 63rem;
        height: 4rem;
        margin: 0 auto;
        border-radius: 3rem;
        margin-top: 26rem;
        margin-bottom: 5rem;
    }
    #footer ul {
        padding: 0.6rem;
        text-align: center;
    }
    #footer li {
        float: left;
    }
    #footer li,#footer li.hover {
        display: inline-block;
        padding: 0 1.7rem;
        text-align: center;
        line-height: 2.7rem;
    }
    #footer li:hover {
        background-color: rgba(228,190,92);
        border-radius: 35px;
    }
    #footer li a ,#footer li a:hover {
        font-family: '宋体';
        color: #FFF;
    }
    #footer li:hover a {
        color:#000;
    }
} 

@media (min-width: 1920px) {
    body {
        font-size: 33px;
        min-width: 1170px;
        height: 100% !important;
        background-image: url('../../../images/230110/pc/1920_1080.png');
        //background-size:100%;
        background-position: center top;
        background-repeat: no-repeat;
        //background-attachment: fixed;
        //background-size: cover;
        background-color: #464646
    }
    #header {
        font-size: 24px;
        //background-color: rgba(000, 000, 000, 0.5);
        width: 108rem;
        height: 10.2rem;
        margin: 0 auto;
    }
    div.h_left,div.h_right {
        width: 80%;
        height: auto;
        overflow: hidden;
        float: left;
    }
    div.h_right {
        width: 20%;
    }
    img.h_smallpic {
        display: block;
        margin-top: 5rem;
        margin-right: 1.2rem;
        width: 40px;
        height: 40px;
        float: right;
    }
    #header img.logo{
        display: block;
        margin-top: 1rem;
        width: 580px;
        height: 120px;
        float: left;
    }
    #footer {
        font-size: 24px;
        background-color: rgba(000, 000, 000, 0.5);
        width: 75rem;
        height: 6rem;
        margin: 0 auto;
        border-radius: 3rem;
        margin-top: 46rem;
        margin-bottom: 5rem;
    }
    #footer ul {
        padding: 0.6rem;
        text-align: center;
    }
    #footer li {
        float: left;
    }
    #footer li,#footer li.hover {
        display: inline-block;
        padding: 0 2.05rem;
        text-align: center;
        line-height: 4.7rem;
    }
    #footer li:hover {
        background-color: rgba(228,190,92);
        border-radius: 35px;
    }
    #footer li a ,#footer li a:hover {
        font-family: '宋体';
        color: #FFF;
    }
    #footer li:hover a {
        color:#000;
    }
}
@media (min-width:2560px) {
    body {
        font-size: 38px;
        min-width: 1170px;
        height: 100% !important;
        background-image: url('../../../images/230110/pc/2560_1440.jpg');
        //background-size:100%;
        background-position: center top;
        background-repeat: no-repeat;
        //background-attachment: fixed;
        //background-size: cover;
    }
    #header {
        font-size: 38px;
        //background-color: rgba(000, 000, 000, 0.5);
        width: 143rem;
        height: 13.5rem;
        margin: 0 auto;
    }
    div.h_left,div.h_right {
        width: 80%;
        height: auto;
        overflow: hidden;
        float: left;
    }
    div.h_right {
        width: 20%;
    }
    img.h_smallpic {
        display: block;
        margin-top: 5rem;
        margin-right: 1.2rem;
        width: 40px;
        height: 40px;
        float: right;
    }
    #header img.logo{
        display: block;
        margin-top: 1rem;
        float: left;
    }
    #footer {
        font-size: 34px;
        background-color: rgba(000, 000, 000, 0.5);
        width: 95rem;
        height: 9rem;
        margin: 0 auto;
        border-radius: 4.5rem;
        margin-top: 60rem;
        margin-bottom: 5rem;
    }
    #footer ul {
        padding: 1rem;
        height: auto;
        overflow: hidden;
        text-align: center;
    }
    #footer li {
        float: left;
    }
    #footer li,#footer li.hover {
        display: inline-block;
        padding: 0 2.05rem;
        text-align: center;
        line-height: 6.7rem;
    }
    #footer li:hover {
        background-color: rgba(228,190,92);
        border-radius: 4.5rem;
        color: #000;
    }
    #footer li a {
        font-family: '宋体';
        color: #FFF;
    }
}